home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-11-02 | 13.3 KB | 369 lines | [TEXT/R*ch] |
-
- Hello,
-
- You won't notice a major difference (I hope) between this update and
- the next but to me it will be: this is my last update as a bachelor!
- :-)
- In practice it means for you I won't be able to reply to any messages
- between Thursday 6 November and Saturday 14 November. Most of the time
- I'll (we'll) be in or around Roma, Italy, Europe!
-
- In preparation on the 10 November news this update lists some new
- 'mach' values.
-
- Also, the GSL Party pages now allow you to download Gestalt.Appl 3.0d2.
- The party is still going on:
- http://www.bio.vu.nl/home/rgaros/gestalt/party/
-
- Have fun and see you later!
-
- Rene
-
- ===========================================================================
-
-
- Gestalt Selectors List 4.0.1 Update
- ===================================
-
- Maintained and published by Rene G.A. Ros (rgaros@bio.vu.nl)
-
- First published: 12 October 1992, 13:15 CET (GMT+1)
- Last version : 12 October 1997, 14:15 CET (GMT+2, DST)
- Previous update: 12 October 1997, 14:15 CET (GMT+2, DST)
- Last modified : 2 November 1997, 22:50 CET (GMT+1)
-
- The complete version is available to subscribers by sending an email to:
- gestalt-selectors-list-request@bio.vu.nl
- with as subject:
- archive get recent/gestalt-selectors.etx
- or to get the compressed version:
- archive get recent/gestalt-selectors.sit.hqx
- The latest GSL version is also available on the GSL Web page. Point your
- Internet browser to:
- http://www.bio.vu.nl/home/rgaros/gestalt/
-
- If this is the first update you receive since subscribing to the mailing
- list you may want to get the previous updates as well. Then email to the
- address listed above and use this command:
- archive get updates/updates-comb.etx
-
- A vertical bar in front of a line indicates the line has changed or was
- added.
-
- PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
-
- The following persons contributed to this update:
-
- ===========================================================================
- Contributions to the selector sections
- ===========================================================================
- Person Software Selector(s) added/changed
- ---------------------------------------------------------------------------
- Lars Christensen File Sharing Extension bugy
- Jean-Pierre Curcio System mach (313, 406, 510), tv
- unknown ltld
- Hans Dorland System cput, mach (58, 69)
- Rene Ros Startup Doubler cp MMFB
- ---------------------------------------------------------------------------
-
- ===========================================================================
- Contributions to the non-selector sections
- ===========================================================================
- Person Chapter/Section
- ---------------------------------------------------------------------------
-
- ---------------------------------------------------------------------------
-
- Apple System Software (A-D)
- ===========================
- cput (System [7.1.2?]) &AS04/AS05
- gestaltNativeCPUtype
- Returns a value that indicates the type of native processor that is
- currently running.
-
- enum {
- #define gestaltNativeCPUtype 'cput' /* Native CPU type */
- /* Motorola Architecture */
- gestaltCPU68000 = 0,
- gestaltCPU68010 = 1,
- gestaltCPU68020 = 2,
- gestaltCPU68030 = 3,
- gestaltCPU68040 = 4,
-
- /* PowerPC Architecture */
- gestaltCPU601 = 0x101,
- gestaltCPU603 = 0x103,
- gestaltCPU604 = 0x104,
- gestaltCPU603e = 0x106, /* 3.3 Volt 603 with 16K caches &AS22 */
- gestaltCPU603e166?= 0x107, /* 2.5 Volt 603e, good to 300 Mhz. See
- also note below */
- | gestaltCPU740? = 0x108, /* codename Arthur: 300 MHz with
- L2 on-board */
- gestaltCPU604e? = 0x109, /* 2.5 Volt 604 with 32K caches */
- gestaltCPU760? = 0x10A, /* codename Mach5 */
- gestaltX704? = 0x154, /* X704 from Exponential Technology Inc. */
- gestaltX704_2? = 0x160, /* ??? */
-
- /* PowerPC Architecture (Unreleased & Rumoured) */
- gestaltHelmwind? = ???, /* 200, 250, 300 MHz */
- gestaltCPU614? = ???,
- gestaltCPU615? = ???,
- gestaltCPU620? = ???,
- gestaltCPU630? = ???,
-
- gestaltCPU603q? = ???}; /* Quantum Effect Design Inc. */
- [notes omitted]
-
- Apple System Software (E-H)
- ===========================
- No changes.
-
- Apple System Software (I-L)
- ===========================
- No changes.
-
- Apple System Software (M)
- =========================
- mach (System [6.0.4]) INF
- gestaltMachineType
- Returns one of the following values, indicating the type of
- machine.
-
- enum {
- #define gestaltMachineType 'mach' /* machine type */
-
- gestaltPerforma6400 = 58,
- | gestaltPerforma6360 = gestaltPerforma6400,
-
- gestaltPowerMac8500 = 69, /* Also Power Macintosh 8515 */
- | gestaltPowerMac8600 = gestaltPowerMac8500;
-
- | gestaltPowerBookG3? = 313, /* PowerBook with G3, 250 MHz */
-
- gestaltCHRP? = 406, /* Mac OS 7.6 on CHRP
- (May 1997);
- | also StarMax 6000 CHRP */
-
- | gestaltPowerMacG3? = 510, /* Desktop model with G3,
- | 266 MHz */
- };
- [other values and notes omitted here]
-
- Apple System Software (N-O)
- ===========================
- No changes.
-
- Apple System Software (P-S)
- ===========================
- No changes.
-
- Apple System Software (T-Z)
- ===========================
- tv (System? [???])
- (Video Startup ext [1.0], part of European Video Installer)
- gestaltTVAttr &AS14
- Returns information about the TV capabilities?
-
- enum {
- #define gestaltTVAttr 'tv ' /* TV Version [huh? ed.] */
- gestaltHasTVTuner = 0, /* supports Philips FL1236F
- video tuner */
- gestaltHasSoundFader = 1, /* supports Philips TEA6330
- Sound Fader chip */
- gestaltHasHWClosedCaptioning = 2, /* supports Philips SAA5252
- Closed Captioning */
- gestaltHasIRRemote = 3, /* supports CyclopsII Infra Red
- Remote Control */
- gestaltHasVidDecoderScaler = 4, /* supports Philips SAA7194
- Video Decoder/Scaler */
- gestaltHasStereoDecoder = 5, /* supports Sony SBX1637A-01
- stereo decoder */
- gestaltHasSerialFader = 6, /* has fader audio in serial
- with system audio &AS22 */
- gestaltHasFMTuner = 7, /* has FM Tuner from donnybrook
- card &AS22 */
- | gestalt??? = 8, /* ??? */
- | gestalt??? = 11}; /* ??? */
-
- [notes omitted]
-
- Apple Additional Software
- =========================
- No changes.
-
- Third Parties Software
- ======================
- No changes.
-
- Unknown Apple Software (A-K)
- ============================
- bugy (32-bit System Enabler [1.0])
- (Hardware System Update ext [1.0])
- (MIDI Manager ext [2.0.2?])
- (Network Launch Fix ext [1.0])
- (Sound Manager ext [3.0])
- (System? [7.1?])
- (System enabler 065)
- gestaltBugFixAttrsTwo
- Returns information about the fixes applied.
-
- enum {
- #define gestaltBugFixAttrsTwo 'bugy'
- gestaltBugsEgretDispatchPatch? = 0, /* these correct the */
- gestaltBugsEgretTimePatch? = 1, /* system clock and
- modem perf.? */
- gestalt??? = 2, /* unknown, Hardware Upd. */
- gestaltEgretTickHandlerPatch? = 3, /* see bit 0 & 1 ? */
- gestalt??? = 4, /* unknown, Hardw. Upd. */
- gestaltSCSIPatch? = 5, /* floppy drive fixed ? */
- gestalt??? = 6, /* unknown, Hardw. Upd. */
- gestalt32bitEnabler? = 7, /* 32-bit enabler avail?*/
- gestalt??? = 8, /* unknown, MIDI Mgr */
- gestalt??? = 9, /* unknown, Sound Mgr 3 */
- gestalt??? = 11, /* unknown, Hardw. Upd. */
- gestalt??? = 12, /* unknown, Hardw. Upd. */
- gestalt??? = 13, /* unknown, Hardw. Upd. */
- gestalt??? = 14, /* unknown, Hardw. Upd. */
- gestalt??? = 15, /* unknown, Hardw. Upd. */
- gestalt??? = 16, /* unknown, Hardw. Upd. */
- gestaltKeyboardPatch? = 17, /* corrects Adjustable
- Kbd 'kbd ' response?*/
- gestalt??? = 18, /* unknown, Hardw. Upd. */
- gestalt??? = 19, /* unknown, ??? */
- | gestalt??? = 20, /* unknown, set by/related to
- | File Sharing Extension? */
- | gestalt??? = 21, /* unknown, set by/related to
- | File Sharing Extension? */
- gestalt??? = 24, /* unknown, ??? */
- gestalt??? = 25, /* unknown, ??? */
- gestaltFSpExchangeFilesCompatibilityFix = 26,
- /* FSpExchangeFiles compatibility code fixed &AS23 */
- gestaltNetworkLaunchFix? = 27, /* fix problem with
- appl. on server
- launch with 68040 */
- gestalt??? = 28, /* unknown, ??? */
- gestalt??? = 31}; /* unknown, ??? */
- [notes are omitted]
-
- Unknown Apple Software (L-Z)
- ============================
- |ltld (??? [???])
- | Observed on PowerBook with G3 CPU at 250 MHz.
-
- Unknown Third Parties Software
- ==============================
- |MMFB (Startup Doubler cp [1.0] by Marc Moini)
-
- Reports
- =======
- No changes.
-
- About this list
- ===============
- For this update this chapter only includes the 'Gestalt Submission Form',
- 'Acknowledgements' and 'Editors' Address' sections.
-
- Gestalt Submission Form
- -----------------------
- You can use this form to report information you found on already included
- selectors. But you can also use it to register new Gestalt selector codes.
- If you want to register the selector code your software installs, make sure
- you registered your code first with Apple Computer, Inc. Also, it is your
- good right if you chose to keep the meaning of the response value private.
- If so, still register so that others can at least detect your software by
- determining if the selector is present.
-
- Software means, in this form, the software which installs the selector
- code. Not the whole package, just the extension or control panel (perhaps
- application) itself.
- The package is the product name in which the software is included and
- distributed.
- If data is not available or relevant, leave it blank. When the selector
- contains non-ASCII characters, please also provide the hexadecimal value.
-
- You can also fill in this form on-line because it is also on the WWW
- pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
-
-
- Your name:
-
- Your email address:
-
- Your company name:
-
- Do you want to remain anonymous? Yes / No
-
- Category: O Apple System Software
- O Apple Additional Software
- O Apple Software
- O Third Parties Software
-
- Gestalt Selector:
-
- Software name:
-
- Software type: O application
- O control panel
- O extension (also 'appe')
- O other:
-
- First version to install selector:
-
- Package name:
-
- Author or Company name:
-
- Constant name:
-
- Source of information:
-
- Short description of the returned response:
-
-
-
-
-
- Additional constant names and values for the response value meaning:
-
-
-
-
-
- Please email this form to this Internet address: rgaros@bio.vu.nl
-
- Acknowledgements
- ----------------
- I want to thank the following persons for their contributions to this
- update and their support of this list:
-
- ===========================================================================
- Name Internet Email Address
- ---------------------------------------------------------------------------
- Lars Christensen elenzee@hotmail.com
- Jean-Pierre Curcio jpc83@calva.net
- Hans Dorland
- ---------------------------------------------------------------------------
-
- Legal Stuff
- -----------
- (C) 1992-1997, Rene G.A. Ros
-
- It is not allowed to distribute the GSL updates separate from the full GSL.
- The full GSL can be used freely but is not public domain.
- See for legal information the Legal Stuff chapter of the full Gestalt
- Selectors List.
-
- Editor's Address
- ----------------
- Rene G.A. Ros
- Developer and consultant at S&B Office Services, Woerden, The Netherlands
- Consultant to the Computer Department,
- Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands.
-
- Email: rgaros@bio.vu.nl (preferred)
- rene_ros@office.nl (work)
- rgaros@dds.nl
- 100112.1363@compuserve.com
- WWW : http://www.bio.vu.nl/home/rgaros/
- http://huizen.dds.nl/~rgaros
-